From: Juanma Barranquero Date: Tue, 30 Mar 2010 12:15:45 +0000 (+0200) Subject: * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~5229 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3580374b8abcb7d174fcde563ac6298e741f63b2;p=emacs.git * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1e013964db6..7809565de87 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-03-30 Juanma Barranquero + + * makefile.w32-in ($(BLD)/bidi.$(O)): Add dependency on w32gui.h. + 2010-03-30 Eli Zaretskii Initial support for bidirectional editing. diff --git a/src/makefile.w32-in b/src/makefile.w32-in index edb3f3f711b..5eaba6374fd 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -345,7 +345,8 @@ $(BLD)/bidi.$(O) : \ $(SRC)/lisp.h \ $(SRC)/buffer.h \ $(SRC)/character.h \ - $(SRC)/dispextern.h + $(SRC)/dispextern.h \ + $(SRC)/w32gui.h $(BLD)/buffer.$(O) : \ $(SRC)/buffer.c \